diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-27 12:31:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-27 13:33:46 +0300 |
commit | 91543be745a46fc9ef6cd1a28d0001838cebd316 (patch) | |
tree | 082fe0a0ff1dc93b93ee89fc94a1130e312b7853 | |
parent | Travis: sorted verify_output input (diff) | |
download | config-links-91543be745a46fc9ef6cd1a28d0001838cebd316.tar.gz config-links-91543be745a46fc9ef6cd1a28d0001838cebd316.zip |
Travis: expand test_symlink_update_works
-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() { |