git@sv
/
enscript.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Automake 1.12 and up no longer supports pre-ANSI
[enscript.git]
/
states
/
tests
/
primsprintf.test
1
#!/bin/sh
2
#
3
# Test sprintf() primitive.
4
#
5
6
. $srcdir/defs || exit 1
7
8
result=`$states --state=test_primsprintf $srcdir/defs 2>&1`
9
10
if test "X$result" != "X"; then
11
exit 1;
12
fi