File: symlinks.t

package info (click to toggle)
adduser 3.154
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: perl: 9,508; sh: 189; makefile: 22
file content (11 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/perl -Idebian/tests/lib

use diagnostics;
use strict;
use warnings;

use AdduserTestsCommon;

assert_command_failure("dpkg --listfiles adduser | grep /usr/share/man | xargs -I{} find {} -xtype l -maxdepth 1 -print | grep -q '.'");

# vim: tabstop=4 shiftwidth=4 expandtab