summaryrefslogtreecommitdiff
path: root/tests/misc/pwd-long
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/pwd-long')
-rwxr-xr-xtests/misc/pwd-long2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long
index 62b08ae0a..5ae4c0449 100755
--- a/tests/misc/pwd-long
+++ b/tests/misc/pwd-long
@@ -58,7 +58,7 @@ my $pwd_binary = "$build_src_dir/pwd";
-x $pwd_binary
or die "$ME: $pwd_binary is not an executable file\n";
chomp (my $actual = `$pwd_binary`);
-if ($expected neq $actual)
+if ($expected ne $actual)
{
my $e_len = length $expected;
my $a_len = length $actual;