aboutsummaryrefslogtreecommitdiff
path: root/tests/bzcat.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-03-23 03:44:51 -0500
committerRob Landley <rob@landley.net>2016-03-23 03:44:51 -0500
commit1ffa7f45eb4fe3b73f94e69c929ad311d9c44b81 (patch)
tree2e4607cd74dfeb942fa65bf7c5cf23d07dc1d066 /tests/bzcat.test
parentb52f642472af932e382342c4faf30643b91f6be1 (diff)
downloadtoybox-1ffa7f45eb4fe3b73f94e69c929ad311d9c44b81.tar.gz
Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES
instead, move tests/blkid into tests/files/blkid.
Diffstat (limited to 'tests/bzcat.test')
-rwxr-xr-xtests/bzcat.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bzcat.test b/tests/bzcat.test
index ef1b07f5..f57a2f88 100755
--- a/tests/bzcat.test
+++ b/tests/bzcat.test
@@ -7,7 +7,7 @@
#testing "name" "command" "result" "infile" "stdin"
testing "overflow" \
- 'bzcat "$TOPDIR/files/bzcat/overflow.bz2" >/dev/null 2>/dev/null;
+ 'bzcat "$FILES/bzcat/overflow.bz2" >/dev/null 2>/dev/null ;
[ $? -eq 1 ] && echo good' "good\n" "" ""
echo "hello" > file