summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-03-20 15:10:37 +0000
committerJim Meyering <jim@meyering.net>1995-03-20 15:10:37 +0000
commit429a8df30ab685c55afdccff38aaf7bb4d91cb3c (patch)
tree49e712f4019f98be6c013b7317aa7d01ca86d9d2 /tests
parentf371bb0b805e873638bedee5c38f24aab1f13353 (diff)
downloadcoreutils-429a8df30ab685c55afdccff38aaf7bb4d91cb3c.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/join/build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/join/build-script b/tests/join/build-script
index 98908b279..1b97042cf 100755
--- a/tests/join/build-script
+++ b/tests/join/build-script
@@ -1,8 +1,8 @@
#!/p/bin/perl5.000 -w
$join = 'join';
-$join = './join';
$join = '/usr/bin/join';
+$join = './join';
$test = 0;
$| = 1;