summaryrefslogtreecommitdiff
path: root/t/op/flip.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/flip.t')
-rwxr-xr-xt/op/flip.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/flip.t b/t/op/flip.t
index f66af27d4d..99b22eff94 100755
--- a/t/op/flip.t
+++ b/t/op/flip.t
@@ -17,7 +17,7 @@ if ($y eq '12E0123E0') {print "ok 7\n";} else {print "not ok 7\n";}
@a = ('a','b','c','d','e','f','g');
-open(of,'../Configure');
+open(of,'harness') or die "Can't open harness: $!";
while (<of>) {
(3 .. 5) && ($foo .= $_);
}