summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl
index b56a844d301..f41747f2233 100755
--- a/TAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_1334_Regression/run_test.pl
@@ -64,7 +64,7 @@ if ($CLI_status != 0) {
print STDERR "ERROR: Closing Name Service returned $NS_status\n";
}
$ns->DeleteFile ($nsiorfile);
- exit 1;
+ exit 1;
}
# Now try it with a duff ior in the environment variable.
@@ -80,7 +80,7 @@ if ($CLI_status != 1) {
print STDERR "ERROR: Closing Name Service returned $NS_status\n";
}
$ns->DeleteFile ($nsiorfile);
- exit 1;
+ exit 1;
}
# Now try with a duff ior in the environment variable but overridden by
@@ -97,7 +97,7 @@ if ($CLI_status != 0) {
print STDERR "ERROR: Closing Name Service returned $NS_status\n";
}
$ns->DeleteFile ($nsiorfile);
- exit 1;
+ exit 1;
}
# Clean up and return