summaryrefslogtreecommitdiffstats
path: root/test/nbft/nbft-dump-diff.sh.in
blob: f697bce0334b94ab1077022766a83d86dcc6cab0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ $# -ne 2 ]; then
  echo "Usage: $0 TABLE DIFF" >&2
  exit 255
fi

"@NBFT_DUMP_PATH@" "$1" | diff --unified "$2" -