summaryrefslogtreecommitdiff
path: root/tests/rpmmacro.at
AgeCommit message (Collapse)AuthorFilesLines
2023-08-28Upgrade version to 4.14sandbox/wangbiao/rpm414_tizenbiao716.wang1-2/+291
Change-Id: Ifd629ba679a11ede4d831195c6aea2245efc3300 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2011-04-01Run all rpmmacro tests under fakechrootPanu Matilainen1-26/+16
2010-11-15Basic protection against Lua os.exit() and posix.exec() (ticket #167)Panu Matilainen1-0/+13
- Track posix.fork() and only allow exit() and exec() if the script has forked. There are other questionable items in posix extensions too but these are the worst offenders. - Using Lua registry for tracking forked status might be more Lua-way option but this'll do for now.
2008-11-22Add keywords to all testsPanu Matilainen1-0/+11
- just initial groupings to have something there..
2008-11-22Add basic tests for Lua's rpm and posix extensionsPanu Matilainen1-0/+19
2008-11-22Add banners for nicer test outputPanu Matilainen1-0/+1
2008-11-22A few more basic macro functionality testsPanu Matilainen1-0/+61
2008-11-22Add some (trivial) macro evaluation testsPanu Matilainen1-0/+39