diff options
-rwxr-xr-x | .travis/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis/test.sh b/.travis/test.sh index 819fb13..86fe75b 100755 --- a/.travis/test.sh +++ b/.travis/test.sh @@ -272,6 +272,11 @@ $test_dest_dir/foo-> $test_dest_dir/foo/2.txt->$test_src_dir/%DEST%/foo/2.txt" verify_output "$expected_output" + + echo + echo 'Verifying 3_copy.txt is valid...' + readlink -e -- "$test_dest_dir/3_copy.txt" + cat "$test_dest_dir/3_copy.txt" } main() { |