From 1ffa7f45eb4fe3b73f94e69c929ad311d9c44b81 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Mar 2016 03:44:51 -0500 Subject: Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES instead, move tests/blkid into tests/files/blkid. --- tests/blkid.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/blkid.test') diff --git a/tests/blkid.test b/tests/blkid.test index c99b2a42..d3bf6a1f 100755 --- a/tests/blkid.test +++ b/tests/blkid.test @@ -4,7 +4,7 @@ #testing "name" "command" "result" "infile" "stdin" -BDIR="$TOPDIR/tests/blkid" +BDIR="$FILES/blkid" bzcat "$BDIR"/squashfs.bz2 > temp.img testing "file" "blkid temp.img" 'temp.img: TYPE="squashfs"\n' "" "" -- cgit v1.2.3