urchin/tests/Test root contains .urchin./Assess root with --root.

7 lines
120 B
Plaintext
Raw Normal View History

2016-02-27 09:39:32 -05:00
#!/bin/sh
observed=$(../../urchin --root .testsuite/a/b)
expected=.testsuite/a/b/../..
test "$observed" = "$expected"