diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-05-04 03:04:59 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-05-04 03:04:59 +0200 |
commit | 11ba27271f8e085b06c79b732cf92f88e492f487 (patch) | |
tree | 01e60e8b46051143ee60b8cc34fce507a4078f08 /t.realpath | |
parent | faaeaa43e1978fe3d24d7289487021664397cdbe (diff) | |
download | fetchmail-11ba27271f8e085b06c79b732cf92f88e492f487.tar.gz fetchmail-11ba27271f8e085b06c79b732cf92f88e492f487.tar.bz2 fetchmail-11ba27271f8e085b06c79b732cf92f88e492f487.zip |
Add fm_realpath(): a malloc()ating realpath() wrapper.
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)" |