aboutsummaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-08-22 16:33:38 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-08-22 16:33:38 +0200
commit04f4a7df197ce327f36b666869a1ca2f09934e58 (patch)
tree8e40727ad893e50cecc641a46d5a26be22e33f50 /bin/test
parent5f718fe5ee476e381d2cae204405023eb935c9f5 (diff)
downloaddotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.tar.gz
dotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.zip
Tidying up
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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"