X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=nokia-lintian%2Ftestset%2Fbinary%2Fhello.c;fp=nokia-lintian%2Ftestset%2Fbinary%2Fhello.c;h=0000000000000000000000000000000000000000;hb=bf47c4c43f1f5f4986e85b74fc82b32048aeb846;hp=2fb04e17c836c2662cbc86a4c22738cb1a57c33f;hpb=19fdce4b743853cee27edb892096cf64295c2874;p=maemian diff --git a/nokia-lintian/testset/binary/hello.c b/nokia-lintian/testset/binary/hello.c deleted file mode 100644 index 2fb04e1..0000000 --- a/nokia-lintian/testset/binary/hello.c +++ /dev/null @@ -1,8 +0,0 @@ -#include -#include - -int main(int argc, char *argv[]) { - - printf("Hello, World!\n"); - exit(0); -}