File: diff

package info (click to toggle)
nsdiff 1.85-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 409; sh: 5; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

cd "$(dirname "$0")"

if ! diff -u diff.nsupdate <(nsdiff example.net. ./diff-a.zone ./diff-b.zone)
then
    echo "diff: Test failed generated nsupdate script differs from golden"
fi