Tomi Ollila <too at guru.guru-group.fi> writes: > +# Like $TEST_DIRECTORY this needs to be absolute as working directories change. > +SOURCE_DIRECTORY=$( > + case $NOTMUCH_SRCDIR in /*) cd "$NOTMUCH_SRCDIR" ;; > + *) cd "../$NOTMUCH_SRCDIR" > + esac > + pwd -P) > + I don't understand the second case here.