packages/testsuite/test/10-profile-files

6 lines
125 B
Text
Raw Normal View History

2025-06-17 14:49:32 +02:00
#!/bin/sh
test -f /etc/profile || exit 1
test -f /etc/profile.sh || exit 1
test -f /etc/profile.xrsh || exit 1
exit 0