aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_controller_test.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-06-14 23:06:51 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-06-14 23:06:51 +0530
commit34848afeb06585ff7c12c58bfe0a22d6adef977c (patch)
treef4c9e826806874efb388f7ce802f571ea3c79836 /tests/functional/extension_controller_test.php
parentb242a15af6a72acf5ee0f1a53b99cad87e6af677 (diff)
downloadforums-34848afeb06585ff7c12c58bfe0a22d6adef977c.tar
forums-34848afeb06585ff7c12c58bfe0a22d6adef977c.tar.gz
forums-34848afeb06585ff7c12c58bfe0a22d6adef977c.tar.bz2
forums-34848afeb06585ff7c12c58bfe0a22d6adef977c.tar.xz
forums-34848afeb06585ff7c12c58bfe0a22d6adef977c.zip
[ticket/12709] Update plupload.full.min.js
The earlier js file was not returning the correct list of filesAdded PHPBB3-12709
Diffstat (limited to 'tests/functional/extension_controller_test.php')
0 files changed, 0 insertions, 0 deletions
d='n32' href='#n32'>32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
#!/usr/bin/perl

@ARGV == 1 && chdir $ARGV[0] or die "usage: devices.pl <dir>\n";

if ($>) { $sudo = "sudo"; $ENV{PATH} = "/sbin:/usr/sbin:$ENV{PATH}"; }

foreach (<DATA>) {
    chomp;
    my ($typ, $maj, $min, @l) = split;
    foreach (@l) {
	my @l2 = do {
	    if (my ($prefix, $ini, $end) = /(.*)(\d+)-(\d+)$/) {
		map { "$prefix$_" } $ini .. $end;
	    } else {
		$_;
	    }
	};
	system("$sudo mknod $_ $typ $maj " . $min++) foreach @l2;
    }
}

__DATA__
c   5   1 console
b   2   0 fd0-1
c   0   0 initctl
c   1   2 kmem
b   7   0 loop0-15
c   1   1 mem
c   1   3 null
c   1   4 port
b   1   1 ram
b   1   0 ram0-19
b   1   0 ramdisk
c   1   8 random
b  11   0 scd0-7
c   0   0 stderr