From 11ba27271f8e085b06c79b732cf92f88e492f487 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 4 May 2020 03:04:59 +0200 Subject: Add fm_realpath(): a malloc()ating realpath() wrapper. --- t.realpath | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 t.realpath (limited to 't.realpath') 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)" -- cgit v1.2.3