summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/unit-test/config/unix.exp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/unit-test/config/unix.exp')
-rw-r--r--src/lib/rpc/unit-test/config/unix.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/rpc/unit-test/config/unix.exp b/src/lib/rpc/unit-test/config/unix.exp
index 8b7df9f16..495472e67 100644
--- a/src/lib/rpc/unit-test/config/unix.exp
+++ b/src/lib/rpc/unit-test/config/unix.exp
@@ -20,9 +20,9 @@ if { $PRIOCNTL_HACK } {
set inflags 1
set eatnext 0
foreach arg $args {
- if { $arg eq "-ignore" ||
- $arg eq "-open" ||
- $arg eq "-leaveopen" } {
+ if { $arg == "-ignore" \
+ || $arg == "-open" \
+ || $arg == "-leaveopen" } {
lappend newargs $arg
set eatnext 1
continue