commit 23b820a24aee4aff976eee63eff725b3fb44358f from: Stefan Sperling date: Thu Jul 23 14:21:29 2020 UTC remove unnecessary lines from test_cat_symlink commit - 73259b3774d851284ba3258830486e2846627b73 commit + 23b820a24aee4aff976eee63eff725b3fb44358f blob - 7468bb0c3ca09bbcdc5a2c62ccb5e71688063a10 blob + 57a5971b240539d837c4ce91d72ff249c5e70bee --- regress/cmdline/cat.sh +++ regress/cmdline/cat.sh @@ -272,10 +272,8 @@ function test_cat_symlink { (cd $testroot/repo && git add .) git_commit $testroot/repo -m "add symlinks" - local epsilon_id=`got tree -r $testroot/repo -i | grep 'epsilon/$' | cut -d' ' -f 1` local alpha_link_id=`got tree -r $testroot/repo -i | grep 'alpha.link@ -> alpha$' | cut -d' ' -f 1` local epsilon_link_id=`got tree -r $testroot/repo -i | grep 'epsilon.link@ -> epsilon$' | cut -d' ' -f 1` - local passwd_link_id=`got tree -r $testroot/repo -i | grep 'passwd.link@ -> /etc/passwd$' | cut -d' ' -f 1` local epsilon_beta_link_id=`got tree -r $testroot/repo -i epsilon | grep 'beta.link@ -> ../beta$' | cut -d' ' -f 1` local nonexistent_link_id=`got tree -r $testroot/repo -i | grep 'nonexistent.link@ -> nonexistent$' | cut -d' ' -f 1`