summaryrefslogtreecommitdiffstats
path: root/tests/include.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include.rc')
-rw-r--r--tests/include.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc
index 000005a4e33..dc6fc6e25dc 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -826,3 +826,9 @@ function UMOUNT_LOOP ()
;;
esac
}
+
+function STAT()
+{
+ stat $1
+ echo $?
+}