From 4f16ba63b7689a18b8229264f8bf34bc0387e156 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 28 Oct 2012 20:37:50 -0500 Subject: [PATCH] $srcdir fix --- tests/common_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common_tests.sh b/tests/common_tests.sh index 240f9a57..6e585a8a 100644 --- a/tests/common_tests.sh +++ b/tests/common_tests.sh @@ -49,7 +49,7 @@ do_test 'echo 888 > file; echo 888 > file3' msg "C source code of wimlib" -do_test 'cp ../$srcdir/src/*.{c,h} .' +do_test 'cp $srcdir/src/*.{c,h} .' msg "tons of random stuff" do_test 'echo -n 8 > file; -- 2.43.0