5 echo "Running Alabaster.glorb..."
6 ${TEST_DIR}/../git ${TEST_DIR}/Alabaster.gblorb \
7 < ${TEST_DIR}/Alabaster.walk > ${TEST_DIR}/Alabaster.tmp
9 echo "Comparing output against Alabaster.golden..."
10 if diff -q ${TEST_DIR}/Alabaster.tmp ${TEST_DIR}/Alabaster.golden; then
14 echo "*** TEST FAILED ***"
16 echo "The Alabaster walkthrough is not producing the same output as before."
17 echo "Please check Alabaster.tmp manually."