Searched refs:pkgdiff (Results 1 - 3 of 3) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkgdiff.py | 154 """Verify pkgdiff handles basic option and subcommand parsing as 159 self.pkgdiff("--help", exit=0) 160 self.pkgdiff("'-?'", exit=0) 163 self.pkgdiff("-U", exit=2) 164 self.pkgdiff("--unknown", exit=2) 167 self.pkgdiff("", exit=2) 170 self.pkgdiff(self.tree10_p5m, exit=2) 173 """Verify that pkgdiff can accept input from both files and 180 # Verify that pkgdiff finds no difference for the same file. 181 self.pkgdiff(" " [all...] |
/pkg/src/pkg/ |
H A D | Makefile | 72 PKGDIFF = $(PKGCMDENV) pkgdiff
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 2612 def pkgdiff(self, command, comment="", exit=0, su_wrap=False, member in class:CliTestCase 2615 "usr/bin/pkgdiff {0}".format(command))
|
Completed in 486 milliseconds