• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#! /bin/sh
2. "${srcdir=.}/init.sh"; path_prepend_ . ../src
3
4# Test general operation with Java .properties syntax.
5
6: ${MSGUNIQ-msguniq}
7${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out "$wabs_srcdir"/msguniq-a.inp || Exit 1
8
9: ${MSGCAT-msgcat}
10${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok "$wabs_srcdir"/msguniq-a.out || Exit 1
11
12: ${DIFF=diff}
13${DIFF} msguniq-4.ok msguniq-4.out
14result=$?
15
16exit $result
17