From: Spider Boardman Date: Sat, 8 Mar 1997 00:53:00 +0000 (-0500) Subject: Use 'test -f', not 'test -x' X-Git-Tag: accepted/trunk/20130322.191538~38041^2~261^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64b4562546c4e74f87c21f65a76ec05e96a1b74f;p=platform%2Fupstream%2Fperl.git Use 'test -f', not 'test -x' Subject: 3_92 get "test: argument expected" during Configure This is a bug report for perl from spider@web.zk3.dec.com, generated with the help of perlbug 1.16 running under perl 5.00392. p5p-msgid: 199703080053.TAA13943@web.zk3.dec.com --- diff --git a/Configure b/Configure index 5392c79..5eacc6c 100755 --- a/Configure +++ b/Configure @@ -3899,7 +3899,7 @@ case "$nm_opt" in nm_opt='-p' # Solaris (and SunOS?) elif $test -f /dgux; then nm_opt='-p' # DG-UX - elif $test -x /lib64/rld; then + elif $test -f /lib64/rld; then nm_opt='-p' # 64-bit Irix else nm_opt=''