mirror of
https://git.dpkg.org/git/dpkg/dupload.git
synced 2025-08-24 02:12:28 +00:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Run the install-time test suite
|
|
make installcheck
|