aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-27 12:31:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-27 13:33:46 +0300
commit91543be745a46fc9ef6cd1a28d0001838cebd316 (patch)
tree082fe0a0ff1dc93b93ee89fc94a1130e312b7853 /.travis
parentTravis: sorted verify_output input (diff)
downloadconfig-links-91543be745a46fc9ef6cd1a28d0001838cebd316.tar.gz
config-links-91543be745a46fc9ef6cd1a28d0001838cebd316.zip
Travis: expand test_symlink_update_works
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/test.sh5
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() {