X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;ds=sidebyside;f=t%2Fgoredo-whichdo-regression.t;fp=t%2Fgoredo-whichdo-regression.t;h=81a51a9b5d8adde9b483779008269133014da2bf;hb=97df0eade82cee19a0d5ee9287188ef2fec62985;hp=0000000000000000000000000000000000000000;hpb=2d78b3e6d361e0a845bf8cdd0d6a106722cf54d6;p=goredo.git diff --git a/t/goredo-whichdo-regression.t b/t/goredo-whichdo-regression.t new file mode 100755 index 0000000..81a51a9 --- /dev/null +++ b/t/goredo-whichdo-regression.t @@ -0,0 +1,21 @@ +#!/bin/sh + +testname=`basename "$0"` +test_description="Check that dependencies have correct relative path after cd" +. $SHARNESS_TEST_SRCDIR/sharness.sh +export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 + +cat > our < their +test_expect_success expected "cmp --silent our their" + +test_done