packages/testsuite/test/10-profile-files

7 lines
130 B
Text
Raw Normal View History

2025-06-17 14:49:32 +02:00
#!/bin/sh
2025-06-20 12:34:13 +02:00
for f in profile.sh profile.xrsh profile; do
echo -e "\r[⏵] file: /etc/$f"
test -f /etc/$f || exit 1
done
2025-06-17 14:49:32 +02:00
exit 0