We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b019e7 commit ba9e62cCopy full SHA for ba9e62c
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