diff options
Diffstat (limited to 'tests/misc/expand')
-rwxr-xr-x | tests/misc/expand | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/misc/expand b/tests/misc/expand index 6e29eaba3..dff13b8d8 100755 --- a/tests/misc/expand +++ b/tests/misc/expand @@ -26,7 +26,8 @@ $PERL -e 1 > /dev/null 2>&1 || { exit 77 } -exec $PERL -w -I$srcdir/.. -MCoreutils -- - <<\EOF +me=`echo $0|sed 's,.*/,,'` +exec $PERL -w -I$srcdir/.. -MCoreutils -M"CuTmpdir qw($me)" -- - <<\EOF #/ require 5.003; use strict; |