summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/misc/head-c.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/head-c.sh b/tests/misc/head-c.sh
index 807e96544..1015c2295 100755
--- a/tests/misc/head-c.sh
+++ b/tests/misc/head-c.sh
@@ -44,7 +44,7 @@ esac
# Make sure it works on funny files in /proc and /sys.
-for file in /proc/cpuinfo /sys/kernel/profiling; do
+for file in /proc/version /sys/kernel/profiling; do
if test -r $file; then
cp -f $file copy &&
head -c -1 copy > exp1 || framework_failure_