diff options
Diffstat (limited to 't.realpath')
-rwxr-xr-x | t.realpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t.realpath b/t.realpath new file mode 100755 index 00000000..634fc15f --- /dev/null +++ b/t.realpath @@ -0,0 +1,6 @@ +#! /bin/sh + +# This is a rudimentary tests to check if realpath() works. + +set -eu +./fm_realpath "." "$(pwd)" |