Skip to content

Commit 4ba2c29

Browse files
committed
Always run unix-basic test
1 parent 3c671f1 commit 4ba2c29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

runtests.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ test_run() {
1818
}
1919

2020
test_run "tcp" "tcp-basic"
21-
if grep with-system-unix-sockets target/debug/build/redis-*/output -q; then
22-
test_run "unix" "unix-basic"
23-
fi
21+
test_run "unix" "unix-basic"
2422
test_run "unix" "unix-dep" "with-unix-sockets"

0 commit comments

Comments
 (0)