diff options
Diffstat (limited to 'dist/s_test')
| -rwxr-xr-x | dist/s_test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/s_test b/dist/s_test index e12b34e5..193689dc 100755 --- a/dist/s_test +++ b/dist/s_test @@ -27,6 +27,7 @@ trap 'rm -f $t; exit 0' 0 1 2 3 13 15 echo "global dict" && \ echo "global util_path" && \ echo "" && \ + echo "global is_aix_test" && \ echo "global is_freebsd_test" && \ echo "global is_hp_test" && \ echo "global is_linux_test" && \ @@ -63,6 +64,7 @@ cmp $t $f > /dev/null 2>&1 || echo "global dict" && \ echo "global util_path" && \ echo "" && \ + echo "global is_aix_test" && \ echo "global is_freebsd_test" && \ echo "global is_hp_test" && \ echo "global is_linux_test" && \ |
