aboutsummaryrefslogtreecommitdiff
path: root/testsuite/stat/stat-works
blob: 7800bfe24e52f9cfc6771fdd4db8720cf1659fe0 (plain)
1
2
3
4
# Basic stat test
touch testfile
busybox stat testfile > /dev/null 2>&1
rm testfile