diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-20 13:41:28 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-20 13:41:28 -0500 |
commit | 641002eff37a30eb2b8237b15b74cc15b4d9f822 (patch) | |
tree | 2542a07061bf03fde933515754d26cc22f7fd20b /test | |
parent | 904702fba288da6c95044b528911966613e54935 (diff) |
test/librefetch: update the DLAGENTS settingv20140120.1testing-20140120.1
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 13ce80f..92f67a1 100644 --- a/test/librefetch-test.sh +++ b/test/librefetch-test.sh @@ -9,7 +9,7 @@ before() { mkdir -p "$HOME" printf '%s\n' \ - "DLAGENTS+=(\"libre::$(which librefetch) -p \\\"\\\$BUILDFILE\\\" %u %o\")" \ + 'DLAGENTS+=({https,libre}'\''::/usr/bin/librefetch -p "$BUILDFILE" -- %u %o'\'')' \ 'BUILDDIR=""' \ > "$HOME/.makepkg.conf" |