diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-08-22 16:33:38 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-08-22 16:33:38 +0200 |
| commit | 04f4a7df197ce327f36b666869a1ca2f09934e58 (patch) | |
| tree | 8e40727ad893e50cecc641a46d5a26be22e33f50 /bin/test/test.sh | |
| parent | 5f718fe5ee476e381d2cae204405023eb935c9f5 (diff) | |
| download | dotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.tar.gz dotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.zip | |
Tidying up
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bin/test/test.sh')
| -rwxr-xr-x | bin/test/test.sh | 4 |
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" |
