diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-11 01:36:44 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-11 02:00:47 -0400 |
commit | 6f5910a55f72c5d01a26b685a7a06a6673a2e9f7 (patch) | |
tree | d94dd9a188c322b80a03be432afe70e09679d9c7 /test | |
parent | f3dd569efc04b1fb315d2233fda043e15bb7430b (diff) |
test/librefetch: inhibit running an installed copy of librefetch
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 675299a..9db836b 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}'::$(which librefetch) -p \"\$BUILDFILE\" -- %u %o')" \ + "DLAGENTS=({https,libre}'::$(which librefetch) -p \"\$BUILDFILE\" -- %u %o')" \ 'BUILDDIR=""' \ > "$HOME/.makepkg.conf" |