summaryrefslogtreecommitdiff
path: root/find/testsuite/find.gnu/xtype-symlink.exp
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-12-28 21:37:38 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-12-28 21:37:38 +0000
commitd7fdaf4d3a9795a294e93cad6f7d8238ba3754a6 (patch)
tree9bff05ea75330b7d8e2ade183cdcd1e4282f27d9 /find/testsuite/find.gnu/xtype-symlink.exp
downloadfindutils-tarball-d7fdaf4d3a9795a294e93cad6f7d8238ba3754a6.tar.gz
Diffstat (limited to 'find/testsuite/find.gnu/xtype-symlink.exp')
-rw-r--r--find/testsuite/find.gnu/xtype-symlink.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/find/testsuite/find.gnu/xtype-symlink.exp b/find/testsuite/find.gnu/xtype-symlink.exp
new file mode 100644
index 0000000..d66a5c0
--- /dev/null
+++ b/find/testsuite/find.gnu/xtype-symlink.exp
@@ -0,0 +1,6 @@
+exec rm -rf tmp
+exec mkdir tmp
+exec touch tmp/file
+exec ln -s file tmp/LINK
+find_start p {tmp/LINK -xtype f }
+exec rm -rf tmp