aboutsummaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test/test.sh b/bin/test/test.sh
index b9bf1b5..666818a 100755
--- a/bin/test/test.sh
+++ b/bin/test/test.sh
@@ -24,7 +24,7 @@ set +e
status=0
# license main.cpp
-$license $dir/main.cpp
+$license "$dir/main.cpp"
d=$(diff "$dir/main.cpp" "$dir/main.cpp.expected")
if [ ! -z "$d" ]; then
echo "$d"
@@ -32,7 +32,7 @@ if [ ! -z "$d" ]; then
fi
# license README.md
-$license $dir/README.md
+$license "$dir/README.md"
d=$(diff "$dir/README.md" "$dir/README.md.expected")
if [ ! -z "$d" ]; then
echo "$d"