/usr/share/doc/atheist/examples/command.test is in atheist 0.20110402-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | # -*- mode:python; coding:utf-8 -*-
Command("ls")
Command("ls")
Test("ls")
|