From 91543be745a46fc9ef6cd1a28d0001838cebd316 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 27 Jan 2020 12:31:01 +0300 Subject: Travis: expand test_symlink_update_works --- .travis/test.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis/test.sh') 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() { -- cgit v1.2.3