aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest.all/load_lib.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runtest.all/load_lib.exp')
-rw-r--r--testsuite/runtest.all/load_lib.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runtest.all/load_lib.exp b/testsuite/runtest.all/load_lib.exp
index 315272b..f3c6ef0 100644
--- a/testsuite/runtest.all/load_lib.exp
+++ b/testsuite/runtest.all/load_lib.exp
@@ -34,7 +34,7 @@ verbose "now added libdirs: $libdirs" 2
# the search_dirs again. Use another file for testing the lappend
# worked.
-if { [load_lib "subfile2"] == ""} {
+if { [load_lib "subfile2"] eq ""} {
pass "load_lib subfile2 loaded"
} else {
fail "load_lib subfile2 not found"