projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6b1aa
)
provides string to be used for expected/* files for system specific output...
author
Marc G. Fournier
<scrappy@hub.org>
Mon, 26 Apr 1999 13:33:19 +0000
(13:33 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Mon, 26 Apr 1999 13:33:19 +0000
(13:33 +0000)
src/test/regress/system.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/src/test/regress/system.sh
b/src/test/regress/system.sh
new file mode 100755
(executable)
index 0000000..
4a30e20
--- /dev/null
+++ b/
src/test/regress/system.sh
@@ -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 ""