diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-05 18:03:58 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-05 18:03:58 -0500 |
commit | f046abd2a4d169e71ebe8eda14f01789b0bafdb0 (patch) | |
tree | a3bf1bf82ac31744dd5be470358e73191e925bf4 /test | |
parent | b799bc5422ae1bc411e1725b5bb081a21f7afaef (diff) |
fix the librefetch unit tests
Diffstat (limited to 'test')
-rw-r--r-- | test/librefetch-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/librefetch-test.sh b/test/librefetch-test.sh index 92f67a1..7642f91 100644 --- a/test/librefetch-test.sh +++ b/test/librefetch-test.sh @@ -9,7 +9,7 @@ before() { mkdir -p "$HOME" printf '%s\n' \ - 'DLAGENTS+=({https,libre}'\''::/usr/bin/librefetch -p "$BUILDFILE" -- %u %o'\'')' \ + "DLAGENTS+=({https,libre}'::$(which librefetch) -p \"\$BUILDFILE\" -- %u %o')" \ 'BUILDDIR=""' \ > "$HOME/.makepkg.conf" |