From 10b40d85672e13032422572f2106752b31ed1704 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 24 Oct 2012 11:48:00 +0000 Subject: Use build directory instead of `pwd` in ftwtest-sh. --- io/ftwtest-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/ftwtest-sh b/io/ftwtest-sh index adc66678d2..3bbf3061ef 100644 --- a/io/ftwtest-sh +++ b/io/ftwtest-sh @@ -44,7 +44,7 @@ LANG=C export LANG # First create our scenario: -tmp=`pwd | sed 's|\(.\)/*$|\1|'` +tmp=${objpfx}io tmpdir=$tmp/ftwtest.d trap 'chmod -fR a+x $tmpdir; rm -fr $tmpdir $testout' 1 2 3 15 -- cgit v1.2.3