Skip to content

Commit

Permalink
tests: compress test_utile_file with test_basic
Browse files Browse the repository at this point in the history
More code compression/de-duplication.

Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Jul 11, 2017
1 parent ba8625a commit 9d47ae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
6 changes: 5 additions & 1 deletion tests/test_basic.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ fi
filename=$(basename "$0")
filename="${filename%.*}"

run_output_test $filename
# This is only for the test_util_file.test ;
# more stuff could be extended
cp -f "$srcdir/valid.json" .

run_output_test $filename "$srcdir"
exit $?
15 changes: 0 additions & 15 deletions tests/test_util_file.test

This file was deleted.

1 change: 1 addition & 0 deletions tests/test_util_file.test

0 comments on commit 9d47ae8

Please sign in to comment.