provides string to be used for expected/* files for system specific output...

This commit is contained in:
Marc G. Fournier 1999-04-26 13:33:19 +00:00
parent dd6b1aaa25
commit a4041bce99
1 changed files with 4 additions and 0 deletions

4
src/test/regress/system.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
echo -n "string to use for system specific expected/* files: "
../../config.guess |awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'
echo ""