We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beab4c2 commit 23dfcffCopy full SHA for 23dfcff
1 file changed
tests/run-autobahn.sh
@@ -72,7 +72,7 @@ then
72
SR=$!
73
elif [ -f "$ECHO_BIN.exe" ]
74
then
75
- wine64-stable "$ECHO_BIN" &
+ wine "$ECHO_BIN" &
76
77
else
78
echo "Error, echo[.exe] not found!"
0 commit comments