aboutsummaryrefslogtreecommitdiff
path: root/testsuite/libdejagnu/tunit.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/libdejagnu/tunit.exp')
-rw-r--r--testsuite/libdejagnu/tunit.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libdejagnu/tunit.exp b/testsuite/libdejagnu/tunit.exp
index 8b66b0a..f79c060 100644
--- a/testsuite/libdejagnu/tunit.exp
+++ b/testsuite/libdejagnu/tunit.exp
@@ -19,6 +19,6 @@
load_lib "dejagnu.exp"
# Execute the test case, and analyse the output
-if { [host_execute "unit"] != "" } {
+if { [host_execute "unit"] ne "" } {
perror "unit had an execution error" 0
}