We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfed128 commit b834950Copy full SHA for b834950
test/test_ls_remote.sh
@@ -5,7 +5,7 @@ dvm_test_error() {
5
exit 1
6
}
7
8
-if [ "$(uname -s)" = "Linux" ]
+if [ "$(uname -s)" != "Linux" ]
9
then
10
# Just run this test case on Linux.
11
exit 0
0 commit comments