We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecd72c commit 592d3acCopy full SHA for 592d3ac
test.sh
@@ -10,12 +10,12 @@ LATEST_SDK_VERSION=1.16
10
# firefox profile that has HTTPS Everywhere installed
11
PROFILE_DIRECTORY=/tmp/test_profile
12
13
-if [ ! -d "$TEST_ADDON_PATH"]; then
+if [ ! -d "$TEST_ADDON_PATH" ]; then
14
echo "Test addon path does not exist"
15
exit 1
16
fi
17
18
-if [ ! -d "$PROFILE_DIRECTORY"]; then
+if [ ! -d "$PROFILE_DIRECTORY" ]; then
19
echo "Firefox profile directory does not exist"
20
21
0 commit comments