Problem Description ====================== the interpreter of /usr/lib64/gawk/ptest/test/fcall_exit.awk and /usr/lib64/gawk/ptest/test/fcall_exit2.awk are incorrect, the interpreter /bin/awk is not exist in rootfs, it should be /usr/bin/awk logs: root@super_micro-1:~# head -n2 /usr/lib64/gawk/ptest/test/fcall_exit.awk #!/bin/awk -f root@super_micro-1:~# head -n2 /usr/lib64/gawk/ptest/test/fcall_exit2.awk #!/bin/awk -f root@super_micro-1:~# rpm -qf /usr/lib64/gawk/ptest/test/fcall_exit.awk gawk-ptest-4.1.3-r0.0.corei7_64 root@super_micro-1:~# which awk /usr/bin/awk root@super_micro-1:~# Expected Behavior ======================
1), configure
configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std --enable-test=yes --enable-reconfig --enable-build=profiling --enable-internet-download=yes --with-template=feature/ptest
make fs
2), boot and login
3), head -n2 /usr/lib64/gawk/ptest/test/fcall_exit.awk
head -n2 /usr/lib64/gawk/ptest/test/fcall_exit2.awk